home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_4307.txt < prev    next >
Text File  |  1990-02-06  |  655b  |  34 lines

  1. -- card: 4307 from stack: in.STK
  2. -- bmap block id: 4385
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global sfield
  9.   put 1 into sfield
  10. end idle
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: A004
  17. -- rect: left=392 top=229 right=286 bottom=453
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 27056 / 27056
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Click Here
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   BEEP 1
  29.   answer "Hypercard Stack by, William D. Buck,PE"
  30.   visual effect scroll right
  31.   go to card id 5605
  32. end mouseUp
  33.  
  34.